home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / bomb00 / 00043.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  98 b   |  10 lines

  1. on enterFrame
  2.   if soundBusy(1) = 0 then
  3.     go("demo")
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go("QT")
  9. end
  10.